Uses of Class
com.netscape.certsrv.base.PKIException
Packages that use PKIException
Package
Description
-
Uses of PKIException in com.netscape.certsrv.base
Subclasses of PKIException in com.netscape.certsrv.baseModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of PKIException in com.netscape.certsrv.cert
Subclasses of PKIException in com.netscape.certsrv.cert -
Uses of PKIException in com.netscape.certsrv.group
Subclasses of PKIException in com.netscape.certsrv.group -
Uses of PKIException in com.netscape.certsrv.key
Subclasses of PKIException in com.netscape.certsrv.key -
Uses of PKIException in com.netscape.certsrv.ldap
Methods in com.netscape.certsrv.ldap that return PKIExceptionModifier and TypeMethodDescriptionstatic PKIException
LDAPExceptionConverter.toPKIException
(netscape.ldap.LDAPException e) -
Uses of PKIException in com.netscape.certsrv.profile
Subclasses of PKIException in com.netscape.certsrv.profile -
Uses of PKIException in com.netscape.certsrv.request
Subclasses of PKIException in com.netscape.certsrv.request -
Uses of PKIException in com.netscape.certsrv.system
Subclasses of PKIException in com.netscape.certsrv.system -
Uses of PKIException in com.netscape.cmstools.profile
Methods in com.netscape.cmstools.profile that throw PKIExceptionModifier and TypeMethodDescriptionstatic void
ProfileCLI.checkConfiguration
(byte[] in, boolean requireProfileId, boolean requireDisabled) Sanity check the profile configuration.static byte[]
ProfileCLI.readRawProfileFromFile
(String path) Reads a raw profile from the specified file.static byte[]
ProfileCLI.readRawProfileFromFile
(Path path) Reads a raw profile from the specified file. -
Uses of PKIException in org.dogtagpki.acme
Subclasses of PKIException in org.dogtagpki.acme -
Uses of PKIException in org.dogtagpki.server.rest.v1
Methods in org.dogtagpki.server.rest.v1 with parameters of type PKIExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
PKIExceptionMapper.toResponse
(PKIException exception)